On Thu, Dec 1=
7, 2009 at 9:21 PM, ricardo figueiredo
<
lto:ricardoogrande@gmail.com">ricardoogrande@gmail.com> wrote=
:
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">hi,
>
How Can I count the number of requests processed ?
v>
For example,
I would like to count the number of requests we=
re processed each ten seconds. Like as monitor
--
Ricardo
--0016e6dab082efbd3d047af9fb8b--
Re: Counting requests
am 18.12.2009 10:27:11 von aw
ricardo figueiredo wrote:
> hi,
>
> How Can I count the number of requests processed ?
>
> For example,
> I would like to count the number of requests were processed each ten
> seconds. Like as monitor
Maybe first look at tools such as munin
(http://munin.projects.linpro.no/) and webalizer.
In a very generic way, I would recommend looking at it this way : Apache
can already generate an access log (CustomLog) with basically all the
information you need or want for analysing your webserver traffic, and
this log generation is fairly-well optimised.
Anything that you would introduce in addition in the webserver is likely
to have a significant impact on performance.
So look at existing tools which analyse the access log after the fact
and present it nicely, rather than re-inventing the world.
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org
RE: Counting requests
am 18.12.2009 10:35:42 von Emmanuel Bailleul
> -----Message d'origine-----
> De=A0: Andr=E9 Warnier [mailto:aw@ice-sa.com]
> Envoyé : vendredi 18 d=E9cembre 2009 10:27
> À : users@httpd.apache.org
> Objet=A0: Re: [users@httpd] Counting requests
>=20
> ricardo figueiredo wrote:
> > hi,
> >
> > How Can I count the number of requests processed ?
> >
> > For example,
> > I would like to count the number of requests were processed each ten
> > seconds. Like as monitor
> Maybe first look at tools such as munin
> (http://munin.projects.linpro.no/) and webalizer.
>=20
> In a very generic way, I would recommend looking at it this way : Apache
> can already generate an access log (CustomLog) with basically all the
> information you need or want for analysing your webserver traffic, and
> this log generation is fairly-well optimised.
> Anything that you would introduce in addition in the webserver is likely
> to have a significant impact on performance.
> So look at existing tools which analyse the access log after the fact
> and present it nicely, rather than re-inventing the world.
>=20
Hi,
Apachetop (http://www.webta.org/projects/apachetop/) could be of interest i=
n this case : it continuously reads the access_log file and presents the re=
sults as top would do for system stats. It also has the advantage of being =
very lightweight ...
Regards
Emmanuel
------------------------------------------------------------ ---------
The official User-To-User support forum of the Apache HTTP Server Project.
See for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
" from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org